GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-14T13:58:24.7796099+00:00",
"SubmitDate": "2026-04-14T13:58:24.7796099+00:00",
"ReportPeriodStart": "2026-04-14T13:58:24.7796099+00:00",
"ReportPeriodEnd": "2026-04-14T13:58:24.7796099+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5138e783-0269-4160-b2d3-b4c714426a21",
"Rows": [
{
"ItemId": "299afffb-8798-43d8-a86f-05ddc3ba1efe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "299afffb-8798-43d8-a86f-05ddc3ba1efe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5138e783-0269-4160-b2d3-b4c714426a21",
"Rows": [
{
"ItemId": "299afffb-8798-43d8-a86f-05ddc3ba1efe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "299afffb-8798-43d8-a86f-05ddc3ba1efe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"37278e97-cba2-483a-a821-c3682494c96a",
"ac94ba25-8e25-49c2-a3fb-079b8beb1bb0"
],
"Approvers": [
"5fcb154a-4d0d-4224-beb4-300ef47bcdd8",
"20576731-f2c0-43c9-932c-7cb6d9ea1e3b"
],
"ApprovedBy": "b5f1f9b0-2501-4fc3-8388-51c00d8f1501",
"ApprovalDate": "2026-04-14T13:58:24.7796099+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "633958a9-8ddd-43be-9c5b-a9219e0f4ab8",
"id": "a31e2565-1eda-42a7-bcd4-0aadab1776fa",
"ConfigId": "35adf5bf-8f0a-4d67-8461-2baa2d904e1c"
},
{
"GenerationDate": "2026-04-14T13:58:24.7796099+00:00",
"SubmitDate": "2026-04-14T13:58:24.7796099+00:00",
"ReportPeriodStart": "2026-04-14T13:58:24.7796099+00:00",
"ReportPeriodEnd": "2026-04-14T13:58:24.7796099+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5138e783-0269-4160-b2d3-b4c714426a21",
"Rows": [
{
"ItemId": "299afffb-8798-43d8-a86f-05ddc3ba1efe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "299afffb-8798-43d8-a86f-05ddc3ba1efe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5138e783-0269-4160-b2d3-b4c714426a21",
"Rows": [
{
"ItemId": "299afffb-8798-43d8-a86f-05ddc3ba1efe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "299afffb-8798-43d8-a86f-05ddc3ba1efe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"37278e97-cba2-483a-a821-c3682494c96a",
"ac94ba25-8e25-49c2-a3fb-079b8beb1bb0"
],
"Approvers": [
"5fcb154a-4d0d-4224-beb4-300ef47bcdd8",
"20576731-f2c0-43c9-932c-7cb6d9ea1e3b"
],
"ApprovedBy": "b5f1f9b0-2501-4fc3-8388-51c00d8f1501",
"ApprovalDate": "2026-04-14T13:58:24.7796099+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "633958a9-8ddd-43be-9c5b-a9219e0f4ab8",
"id": "a31e2565-1eda-42a7-bcd4-0aadab1776fa",
"ConfigId": "35adf5bf-8f0a-4d67-8461-2baa2d904e1c"
}
]